projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46c21e
)
Tweak fortran-font-lock-keywords-1.
author
Simon Marshall
<simon@gnu.org>
Thu, 10 Aug 1995 14:04:25 +0000
(14:04 +0000)
committer
Simon Marshall
<simon@gnu.org>
Thu, 10 Aug 1995 14:04:25 +0000
(14:04 +0000)
lisp/progmodes/fortran.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/fortran.el
b/lisp/progmodes/fortran.el
index 8f7d645a3bf8760c206df8feb090648dadf880ae..97940b00ea7f9d5b0cf9cc49e748dda9d64fe571 100644
(file)
--- a/
lisp/progmodes/fortran.el
+++ b/
lisp/progmodes/fortran.el
@@
-195,7
+195,7
@@
This variable used in TAB format mode.")
;; Fontify comments and strings. We assume that strings cannot be quoted.
(cons (concat "^[" comment-chars "].*") 'font-lock-comment-face)
'(fortran-match-!-comment . font-lock-comment-face)
- (list (concat "^[^" comment-chars "\t]" (make-string 71 ?.) "\\(.*\\)")
+ (list (concat "^[^" comment-chars "\t
\n
]" (make-string 71 ?.) "\\(.*\\)")
'(1 font-lock-comment-face))
'("'[^'\n]*'?" . font-lock-string-face)
;;